Developer Documentation

QuickTime 4 API Documentation
QuickTime 4 Reference

Undocumented QuickTime Functions

This Web page lists QuickTime functions that are currently not part of the publicly supported QuickTime API and are therefore undocumented.

AddSoundDescriptionExtension

OSErr AddSoundDescriptionExtension(
                     SoundDescriptionHandle desc
                      Handle extension
                      OSType idType );

Undocumented function; not publicly supported.

AudioGetBass

ComponentResult AudioGetBass(
                     ComponentInstance ac
                      short whichChannel
                      short *bass );

Undocumented function; not publicly supported.

AudioGetInfo

ComponentResult AudioGetInfo(
                     ComponentInstance ac
                      AudioInfoPtr info );

Undocumented function; not publicly supported.

AudioGetMute

ComponentResult AudioGetMute(
                     ComponentInstance ac
                      short whichChannel
                      short *mute );

Undocumented function; not publicly supported.

AudioGetOutputDevice

ComponentResult AudioGetOutputDevice(
                     ComponentInstance ac
                      Component *outputDevice );

Undocumented function; not publicly supported.

AudioGetTreble

ComponentResult AudioGetTreble(
                     ComponentInstance ac
                      short whichChannel
                      short *Treble );

Undocumented function; not publicly supported.

AudioGetVolume

ComponentResult AudioGetVolume(
                     ComponentInstance ac
                      short whichChannel
                      ShortFixed *volume );

Undocumented function; not publicly supported.

AudioMuteOnEvent

ComponentResult AudioMuteOnEvent(
                     ComponentInstance ac
                      short muteOnEvent );

Undocumented function; not publicly supported.

AudioSetBass

ComponentResult AudioSetBass(
                     ComponentInstance ac
                      short whichChannel
                      short bass );

Undocumented function; not publicly supported.

AudioSetMute

ComponentResult AudioSetMute(
                     ComponentInstance ac
                      short whichChannel
                      short mute );

Undocumented function; not publicly supported.

AudioSetToDefaults

ComponentResult AudioSetToDefaults(
                     ComponentInstance ac );

Undocumented function; not publicly supported.

AudioSetTreble

ComponentResult AudioSetTreble(
                     ComponentInstance ac
                      short whichChannel
                      short Treble );

Undocumented function; not publicly supported.

AudioSetVolume

ComponentResult AudioSetVolume(
                     ComponentInstance ac
                      short whichChannel
                      ShortFixed volume );

Undocumented function; not publicly supported.

CallMusicMIDIReadHookProc

(ComponentResult CallMusicMIDIReadHookProc(
                     MusicMIDIReadHookUPP userRoutine
                      MusicMIDIPacket *mp
                      long myRefCon );

Undocumented function; not publicly supported.

CallMusicMIDISendProc

(ComponentResult CallMusicMIDISendProc(
                     MusicMIDISendUPP userRoutine
                      ComponentInstance self
                      long refCon
                      MusicMIDIPacket *mmp );

Undocumented function; not publicly supported.

CallMusicOfflineDataProc

(ComponentResult CallMusicOfflineDataProc(
                     MusicOfflineDataUPP userRoutine
                      Ptr SoundData
                      long numBytes
                      long myRefCon );

Undocumented function; not publicly supported.

CallTuneCallBackProc

(void CallTuneCallBackProc(
                     TuneCallBackUPP userRoutine
                      const TuneStatus *status
                      long refCon );

Undocumented function; not publicly supported.

CallTunePlayCallBackProc

(void CallTunePlayCallBackProc(
                     TunePlayCallBackUPP userRoutine
                      unsigned long *event
                      long seed
                      long refCon );

Undocumented function; not publicly supported.

CDSequenceSetSourceDataQueue

OSErr CDSequenceSetSourceDataQueue(
                     ImageSequenceDataSource sourceID
                      QHdrPtr dataQueue );

Undocumented function; not publicly supported.

CDSequenceSetTimeBase

OSErr CDSequenceSetTimeBase(
                     ImageSequence seqID
                      void *base );

Undocumented function; not publicly supported.

CheckQuickTimeRegistration

void CheckQuickTimeRegistration(
                     void *registrationKey
                      long flags );

Undocumented function; not publicly supported.

ClockGetRate

ComponentResult ClockGetRate(
                     ComponentInstance aClock
                      Fixed *rate );

Undocumented function; not publicly supported.

CreateShortcutMovieFile

OSErr CreateShortcutMovieFile(
                     const FSSpec *fileSpec
                      OSType creator
                      ScriptCode scriptTag
                      long createMovieFileFlags
                      Handle targetDataRef
                      OSType targetDataRefType );

Undocumented function; not publicly supported.

DataCodecCompressPartial

ComponentResult DataCodecCompressPartial(
                     DataCodecComponent dc
                      void **next_in
                      unsigned long *avail_in
                      unsigned long *total_in
                      void **next_out
                      unsigned long *avail_out
                      unsigned long *total_out
                      Boolean tryToFinish
                      Boolean *didFinish );

Undocumented function; not publicly supported.

DataCodecDecompressPartial

ComponentResult DataCodecDecompressPartial(
                     DataCodecComponent dc
                      void **next_in
                      unsigned long *avail_in
                      unsigned long *total_in
                      void **next_out
                      unsigned long *avail_out
                      unsigned long *total_out
                      Boolean *didFinish );

Undocumented function; not publicly supported.

DataHAddMovie

ComponentResult DataHAddMovie(
                     DataHandler dh
                      Movie theMovie
                      short *id );

Undocumented function; not publicly supported.

DataHDoesBuffer

ComponentResult DataHDoesBuffer(
                     DataHandler dh
                      Boolean *buffersReads
                      Boolean *buffersWrites );

Undocumented function; not publicly supported.

DataHGetCacheSizeLimit

ComponentResult DataHGetCacheSizeLimit(
                     DataHandler dh
                      Size *cacheSizeLimit );

Undocumented function; not publicly supported.

DataHGetDataAvailability

ComponentResult DataHGetDataAvailability(
                     DataHandler dh
                      long offset
                      long len
                      long *missing_offset
                      long *missing_len );

Undocumented function; not publicly supported.

DataHGetDataInBuffer

ComponentResult DataHGetDataInBuffer(
                     DataHandler dh
                      long startOffset
                      long *size );

Undocumented function; not publicly supported.

DataHGetDataRefWithAnchor

ComponentResult DataHGetDataRefWithAnchor(
                     DataHandler dh
                      Handle anchorDataRef
                      OSType dataRefType
                      Handle *dataRef );

Undocumented function; not publicly supported.

DataHGetFileName

ComponentResult DataHGetFileName(
                     DataHandler dh
                      Str255 str );

Undocumented function; not publicly supported.

DataHGetInfoFlags

ComponentResult DataHGetInfoFlags(
                     DataHandler dh
                      UInt32 *flags );

Undocumented function; not publicly supported.

DataHGetMacOSFileType

ComponentResult DataHGetMacOSFileType(
                     DataHandler dh
                      OSType *fileType );

Undocumented function; not publicly supported.

DataHGetMIMEType

ComponentResult DataHGetMIMEType(
                     DataHandler dh
                      Str255 mimeType );

Undocumented function; not publicly supported.

DataHGetMovie

ComponentResult DataHGetMovie(
                     DataHandler dh
                      Movie *theMovie
                      short *id );

Undocumented function; not publicly supported.

DataHIsStreamingDataHandler

ComponentResult DataHIsStreamingDataHandler(
                     DataHandler dh
                      Boolean *yes );

Undocumented function; not publicly supported.

DataHPollRead

ComponentResult DataHPollRead(
                     DataHandler dh
                      void *dataPtr
                      UInt32 *dataSizeSoFar );

Undocumented function; not publicly supported.

DataHReadAsync

ComponentResult DataHReadAsync(
                     DataHandler dh
                      void *dataPtr
                      UInt32 dataSize
                      const wide *dataOffset
                      DataHCompletionUPP completion
                      long refCon );

Undocumented function; not publicly supported.

DataHSetCacheSizeLimit

ComponentResult DataHSetCacheSizeLimit(
                     DataHandler dh
                      Size cacheSizeLimit );

Undocumented function; not publicly supported.

DataHSetDataRefWithAnchor

ComponentResult DataHSetDataRefWithAnchor(
                     DataHandler dh
                      Handle anchorDataRef
                      OSType dataRefType
                      Handle dataRef );

Undocumented function; not publicly supported.

DataHSetMacOSFileType

ComponentResult DataHSetMacOSFileType(
                     DataHandler dh
                      OSType fileType );

Undocumented function; not publicly supported.

DataHSetTimeBase

ComponentResult DataHSetTimeBase(
                     DataHandler dh
                      TimeBase tb );

Undocumented function; not publicly supported.

DataHUpdateMovie

ComponentResult DataHUpdateMovie(
                     DataHandler dh
                      Movie theMovie
                      short id );

Undocumented function; not publicly supported.

FlashMediaFrameLabelToMovieTime

ComponentResult FlashMediaFrameLabelToMovieTime(
                     MediaHandler mh
                      Ptr theLabel
                      TimeValue *movieTime );

Undocumented function; not publicly supported.

FlashMediaFrameNumberToMovieTime

ComponentResult FlashMediaFrameNumberToMovieTime(
                     MediaHandler mh
                      long flashFrameNumber
                      TimeValue *movieTime );

Undocumented function; not publicly supported.

FlashMediaGetDisplayedFrameNumber

ComponentResult FlashMediaGetDisplayedFrameNumber(
                     MediaHandler mh
                      long *flashFrameNumber );

Undocumented function; not publicly supported.

FlashMediaGetRefConBounds

ComponentResult FlashMediaGetRefConBounds(
                     MediaHandler mh
                      long refCon
                      long *left
                      long *top
                      long *right
                      long *bottom );

Undocumented function; not publicly supported.

FlashMediaGetRefConID

ComponentResult FlashMediaGetRefConID(
                     MediaHandler mh
                      long refCon
                      long *refConID );

Undocumented function; not publicly supported.

FlashMediaIDToRefCon

ComponentResult FlashMediaIDToRefCon(
                     MediaHandler mh
                      long refConID
                      long *refCon );

Undocumented function; not publicly supported.

FlashMediaSetPan

ComponentResult FlashMediaSetPan(
                     MediaHandler mh
                      short xPercent
                      short yPercent );

Undocumented function; not publicly supported.

FlashMediaSetZoom

ComponentResult FlashMediaSetZoom(
                     MediaHandler mh
                      short factor );

Undocumented function; not publicly supported.

FlashMediaSetZoomRect

ComponentResult FlashMediaSetZoomRect(
                     MediaHandler mh
                      long left
                      long top
                      long right
                      long bottom );

Undocumented function; not publicly supported.

GetComponentIndString

OSErr GetComponentIndString(
                     Component aComponent
                      Str255 theString
                      short strListID
                      short index );

Undocumented function; not publicly supported.

GetComponentPublicResource

OSErr GetComponentPublicResource(
                     Component aComponent
                      OSType resourceType
                      short resourceID
                      Handle *theResource );

Undocumented function; not publicly supported.

GetComponentPublicResourceList

OSErr GetComponentPublicResourceList(
                     OSType resourceType
                      short resourceID
                      long flags
                      ComponentDescription *cd
                      GetMissingComponentResourceUPP missingProc
                      void *refCon
                      void *atomContainerPtr );

Undocumented function; not publicly supported.

GetComponentResource

OSErr GetComponentResource(
                     Component aComponent
                      OSType resType
                      short resID
                      Handle *theResource );

Undocumented function; not publicly supported.

GetMediaPlayHints

void GetMediaPlayHints(
                     Media theMedia
                      long *flags );

Undocumented function; not publicly supported.

GetMediaSyncSampleCount

long GetMediaSyncSampleCount(
                     Media theMedia );

Undocumented function; not publicly supported.

GetMovieDefaultDataRef

OSErr GetMovieDefaultDataRef(
                     Movie theMovie
                      Handle *dataRef
                      OSType *dataRefType );

Undocumented function; not publicly supported.

GetMovieImporterForDataRef

OSErr GetMovieImporterForDataRef(
                     OSType dataRefType
                      Handle dataRef
                      long flags
                      Component *importer );

Undocumented function; not publicly supported.

GetMovieNaturalBoundsRect

void GetMovieNaturalBoundsRect(
                     Movie theMovie
                      Rect *naturalBounds );

Undocumented function; not publicly supported.

GetMovieProgressProc

void GetMovieProgressProc(
                     Movie theMovie
                      MovieProgressUPP *p
                      long *refcon );

Undocumented function; not publicly supported.

GetNextTrackForCompositing

Track GetNextTrackForCompositing(
                     Movie theMovie
                      Track theTrack );

Undocumented function; not publicly supported.

GetPrevTrackForCompositing

Track GetPrevTrackForCompositing(
                     Movie theMovie
                      Track theTrack );

Undocumented function; not publicly supported.

GetSoundDescriptionExtension

OSErr GetSoundDescriptionExtension(
                     SoundDescriptionHandle desc
                      Handle *extension
                      OSType idType );

Undocumented function; not publicly supported.

GetSoundVol

void GetSoundVol( short *level );

Undocumented function; not publicly supported.

GraphicsImportGetAliasedDataReference

ComponentResult GraphicsImportGetAliasedDataReference(
                     GraphicsImportComponent ci
                      Handle *dataRef
                      OSType *dataRefType );

Undocumented function; not publicly supported.

HitTestDSequenceData

OSErr HitTestDSequenceData(
                     ImageSequence seqID
                      void *data
                      Size dataSize
                      Point where
                      long *hit
                      long hitFlags );

Undocumented function; not publicly supported.

ICMGetPixelFormatInfo

OSErr ICMGetPixelFormatInfo(
                     OSType PixelFormat
                      ICMPixelFormatInfoPtr theInfo );

Undocumented function; not publicly supported.

ICMSequenceLockBits

OSErr ICMSequenceLockBits(
                     ImageSequence seqID
                      PixMapPtr dst
                      long flags );

Undocumented function; not publicly supported.

ICMSequenceUnlockBits

OSErr ICMSequenceUnlockBits(
                     ImageSequence seqID
                      long flags );

Undocumented function; not publicly supported.

ICMSetPixelFormatInfo

OSErr ICMSetPixelFormatInfo(
                     OSType PixelFormat
                      ICMPixelFormatInfoPtr theInfo );

Undocumented function; not publicly supported.

ImageCodecCancelTrigger

ComponentResult ImageCodecCancelTrigger(
                     ComponentInstance ci );

Undocumented function; not publicly supported.

ImageCodecDisposeImageGWorld

ComponentResult ImageCodecDisposeImageGWorld(
                     ComponentInstance ci
                      GWorldPtr theGW );

Undocumented function; not publicly supported.

ImageCodecDroppingFrame

ComponentResult ImageCodecDroppingFrame(
                     ComponentInstance ci
                      const ImageSubCodecDecompressRecord *drp );

Undocumented function; not publicly supported.

ImageCodecEffectBegin

ComponentResult ImageCodecEffectBegin(
                     ComponentInstance effect
                      CodecDecompressParams *p
                      EffectsFrameParamsPtr ePtr );

Undocumented function; not publicly supported.

ImageCodecEffectCancel

ComponentResult ImageCodecEffectCancel(
                     ComponentInstance effect
                      EffectsFrameParamsPtr p );

Undocumented function; not publicly supported.

ImageCodecEffectConvertEffectSourceToFormat

ComponentResult ImageCodecEffectConvertEffectSourceToFormat(
                     ComponentInstance effect
                      EffectSourcePtr sourceToConvert
                      ImageDescriptionHandle requestedDesc );

Undocumented function; not publicly supported.

ImageCodecEffectDisposeSMPTEFrame

ComponentResult ImageCodecEffectDisposeSMPTEFrame(
                     ComponentInstance effect
                      SMPTEFrameReference frameRef );

Undocumented function; not publicly supported.

ImageCodecEffectGetSpeed

ComponentResult ImageCodecEffectGetSpeed(
                     ComponentInstance effect
                      QTAtomContainer parameters
                      Fixed *pFPS );

Undocumented function; not publicly supported.

ImageCodecEffectPrepareSMPTEFrame

ComponentResult ImageCodecEffectPrepareSMPTEFrame(
                     ComponentInstance effect
                      PixMapPtr destPixMap
                      SMPTEFrameReference *returnValue );

Undocumented function; not publicly supported.

ImageCodecEffectRenderFrame

ComponentResult ImageCodecEffectRenderFrame(
                     ComponentInstance effect
                      EffectsFrameParamsPtr p );

Undocumented function; not publicly supported.

ImageCodecEffectRenderSMPTEFrame

ComponentResult ImageCodecEffectRenderSMPTEFrame(
                     ComponentInstance effect
                      PixMapPtr destPixMap
                      SMPTEFrameReference frameRef
                      Fixed effectPercentageEven
                      Fixed effectPercentageOdd
                      Rect *pSourceRect
                      MatrixRecord *pMatrix
                      SMPTEWipeType effectNumber
                      long xRepeat
                      long yRepeat
                      SMPTEFlags flags
                      Fixed penWidth
                      long strokeValue );

Undocumented function; not publicly supported.

ImageCodecEffectSetup

ComponentResult ImageCodecEffectSetup(
                     ComponentInstance effect
                      CodecDecompressParams *p );

Undocumented function; not publicly supported.

ImageCodecFlushFrame

ComponentResult ImageCodecFlushFrame(
                     ComponentInstance ci
                      UInt32 flags );

Undocumented function; not publicly supported.

ImageCodecGetBaseMPWorkFunction

ComponentResult ImageCodecGetBaseMPWorkFunction(
                     ComponentInstance ci
                      ComponentMPWorkFunctionUPP *workFunction
                      void **refCon
                      ImageCodecMPDrawBandUPP drawProc
                      void *drawProcRefCon );

Undocumented function; not publicly supported.

ImageCodecGetParameterListHandle

ComponentResult ImageCodecGetParameterListHandle(
                     ComponentInstance ci
                      Handle *parameterDescriptionHandle );

Undocumented function; not publicly supported.

ImageCodecGetSettingsAsText

ComponentResult ImageCodecGetSettingsAsText(
                     ComponentInstance ci
                      Handle *text );

Undocumented function; not publicly supported.

ImageCodecHitTestDataWithFlags

ComponentResult ImageCodecHitTestDataWithFlags(
                     ComponentInstance ci
                      ImageDescriptionHandle desc
                      void *data
                      Size dataSize
                      Point where
                      long *hit
                      long hitFlags );

Undocumented function; not publicly supported.

ImageCodecNewImageGWorld

ComponentResult ImageCodecNewImageGWorld(
                     ComponentInstance ci
                      CodecDecompressParams *params
                      GWorldPtr *newGW
                      long flags );

Undocumented function; not publicly supported.

ImageCodecScheduleFrame

ComponentResult ImageCodecScheduleFrame(
                     ComponentInstance ci
                      const ImageSubCodecDecompressRecord *drp
                      ImageCodecTimeTriggerUPP triggerProc
                      void *triggerProcRefCon );

Undocumented function; not publicly supported.

ImageCodecSetTimeBase

ComponentResult ImageCodecSetTimeBase(
                     ComponentInstance ci
                      void *base );

Undocumented function; not publicly supported.

ITextAddString

OSErr ITextAddString(
                     QTAtomContainer container
                      QTAtom parentAtom
                      RegionCode theRegionCode
                      ConstStr255Param theString );

Undocumented function; not publicly supported.

ITextGetString

OSErr ITextGetString(
                     QTAtomContainer container
                      QTAtom parentAtom
                      RegionCode requestedRegion
                      RegionCode *foundRegion
                      StringPtr theString );

Undocumented function; not publicly supported.

ITextRemoveString

OSErr ITextRemoveString(
                     QTAtomContainer container
                      QTAtom parentAtom
                      RegionCode theRegionCode
                      long flags );

Undocumented function; not publicly supported.

MakeImageDescriptionForPixMap

OSErr MakeImageDescriptionForPixMap(
                     PixMapHandle pixmap
                      ImageDescriptionHandle *idh );

Undocumented function; not publicly supported.

MCAdjustCursor

ComponentResult MCAdjustCursor(
                     MovieController mc
                      WindowPtr w
                      Point where
                      long modifiers );

Undocumented function; not publicly supported.

MCGetDoActionsProc

ComponentResult MCGetDoActionsProc(
                     MovieController mc
                      DoMCActionUPP *doMCActionProc
                      long *doMCActionRefCon );

Undocumented function; not publicly supported.

MCGetIndMovie

Movie MCGetIndMovie(
                     MovieController mc
                      short index );

Undocumented function; not publicly supported.

MCGetInterfaceElement

ComponentResult MCGetInterfaceElement(
                     MovieController mc
                      MCInterfaceElement whichElement
                      void *element );

Undocumented function; not publicly supported.

MCInvalidate

ComponentResult MCInvalidate(
                     MovieController mc
                      WindowPtr w
                      RgnHandle invalidRgn );

Undocumented function; not publicly supported.

MCRemoveAllMovies

ComponentResult MCRemoveAllMovies(
                     MovieController mc );

Undocumented function; not publicly supported.

MCRemoveAMovie

ComponentResult MCRemoveAMovie(
                     MovieController mc
                      Movie m );

Undocumented function; not publicly supported.

MCRemoveMovie

ComponentResult MCRemoveMovie(
                     MovieController mc );

Undocumented function; not publicly supported.

Media3DGetCameraAngleAspect

ComponentResult Media3DGetCameraAngleAspect(
                     MediaHandler mh
                      QTFloatSingle *fov
                      QTFloatSingle *aspectRatioXToY );

Undocumented function; not publicly supported.

Media3DGetCameraData

ComponentResult Media3DGetCameraData(
                     MediaHandler mh
                      void *cameraData );

Undocumented function; not publicly supported.

Media3DGetCameraRange

ComponentResult Media3DGetCameraRange(
                     MediaHandler mh
                      void *tQ3CameraRange );

Undocumented function; not publicly supported.

Media3DGetCurrentGroup

ComponentResult Media3DGetCurrentGroup(
                     MediaHandler mh
                      void *group );

Undocumented function; not publicly supported.

Media3DGetNamedObjectList

ComponentResult Media3DGetNamedObjectList(
                     MediaHandler mh
                      QTAtomContainer *objectList );

Undocumented function; not publicly supported.

Media3DGetRendererList

ComponentResult Media3DGetRendererList(
                     MediaHandler mh
                      QTAtomContainer *rendererList );

Undocumented function; not publicly supported.

Media3DRotateNamedObjectTo

ComponentResult Media3DRotateNamedObjectTo(
                     MediaHandler mh
                      char *objectName
                      Fixed xDegrees
                      Fixed yDegrees
                      Fixed zDegrees );

Undocumented function; not publicly supported.

Media3DScaleNamedObjectTo

ComponentResult Media3DScaleNamedObjectTo(
                     MediaHandler mh
                      char *objectName
                      Fixed xScale
                      Fixed yScale
                      Fixed zScale );

Undocumented function; not publicly supported.

Media3DSetCameraAngleAspect

ComponentResult Media3DSetCameraAngleAspect(
                     MediaHandler mh
                      QTFloatSingle fov
                      QTFloatSingle aspectRatioXToY );

Undocumented function; not publicly supported.

Media3DSetCameraData

ComponentResult Media3DSetCameraData(
                     MediaHandler mh
                      void *cameraData );

Undocumented function; not publicly supported.

Media3DSetCameraRange

ComponentResult Media3DSetCameraRange(
                     MediaHandler mh
                      void *tQ3CameraRange );

Undocumented function; not publicly supported.

Media3DTranslateNamedObjectTo

ComponentResult Media3DTranslateNamedObjectTo(
                     MediaHandler mh
                      char *objectName
                      Fixed x
                      Fixed y
                      Fixed z );

Undocumented function; not publicly supported.

MediaChangedNonPrimarySource

ComponentResult MediaChangedNonPrimarySource(
                     MediaHandler mh
                      long inputIndex );

Undocumented function; not publicly supported.

MediaCurrentMediaQueuedData

ComponentResult MediaCurrentMediaQueuedData(
                     MediaHandler mh
                      long *milliSecs );

Undocumented function; not publicly supported.

MediaDisposeTargetRefCon

ComponentResult MediaDisposeTargetRefCon(
                     MediaHandler mh
                      long targetRefCon );

Undocumented function; not publicly supported.

MediaDoIdleActions

ComponentResult MediaDoIdleActions( MediaHandler mh );

Undocumented function; not publicly supported.

MediaEnterEmptyEdit

ComponentResult MediaEnterEmptyEdit( MediaHandler mh );

Undocumented function; not publicly supported.

MediaFlushNonPrimarySourceData

ComponentResult MediaFlushNonPrimarySourceData(
                     MediaHandler mh
                      long inputIndex );

Undocumented function; not publicly supported.

MediaForceUpdate

ComponentResult MediaForceUpdate(
                     MediaHandler mh
                      long forceUpdateFlags );

Undocumented function; not publicly supported.

MediaGetActionsForQTEvent

ComponentResult MediaGetActionsForQTEvent(
                     MediaHandler mh
                      QTEventRecordPtr event
                      long targetRefCon
                      QTAtomContainer *container
                      QTAtom *atom );

Undocumented function; not publicly supported.

MediaGetClock

ComponentResult MediaGetClock(
                     MediaHandler mh
                      ComponentInstance *clock );

Undocumented function; not publicly supported.

MediaGetEffectiveSoundBalance

ComponentResult MediaGetEffectiveSoundBalance(
                     MediaHandler mh
                      short *balance );

Undocumented function; not publicly supported.

MediaGetEffectiveVolume

ComponentResult MediaGetEffectiveVolume(
                     MediaHandler mh
                      short *volume );

Undocumented function; not publicly supported.

MediaGetErrorString

ComponentResult MediaGetErrorString(
                     MediaHandler mh
                      ComponentResult theError
                      Str255 errorString );

Undocumented function; not publicly supported.

MediaGetInvalidRegion

ComponentResult MediaGetInvalidRegion(
                     MediaHandler mh
                      RgnHandle rgn );

Undocumented function; not publicly supported.

MediaGetSoundBalance

ComponentResult MediaGetSoundBalance(
                     MediaHandler mh
                      short *balance );

Undocumented function; not publicly supported.

MediaGetSoundBassAndTreble

ComponentResult MediaGetSoundBassAndTreble(
                     MediaHandler mh
                      short *bass
                      short *treble );

Undocumented function; not publicly supported.

MediaGetSoundEqualizerBandLevels

ComponentResult MediaGetSoundEqualizerBandLevels(
                     MediaHandler mh
                      UInt8 *bandLevels );

Undocumented function; not publicly supported.

MediaGetSoundEqualizerBands

ComponentResult MediaGetSoundEqualizerBands(
                     MediaHandler mh
                      MediaEQSpectrumBandsRecordPtr spectrumInfo );

Undocumented function; not publicly supported.

MediaGetSoundLevelMeterInfo

ComponentResult MediaGetSoundLevelMeterInfo(
                     MediaHandler mh
                      LevelMeterInfoPtr levelInfo );

Undocumented function; not publicly supported.

MediaGetSoundLevelMeteringEnabled

ComponentResult MediaGetSoundLevelMeteringEnabled(
                     MediaHandler mh
                      Boolean *enabled );

Undocumented function; not publicly supported.

MediaGetSoundOutputComponent

ComponentResult MediaGetSoundOutputComponent(
                     MediaHandler mh
                      Component *outputComponent );

Undocumented function; not publicly supported.

MediaHitTestForTargetRefCon

ComponentResult MediaHitTestForTargetRefCon(
                     MediaHandler mh
                      long flags
                      Point loc
                      long *targetRefCon );

Undocumented function; not publicly supported.

MediaHitTestTargetRefCon

ComponentResult MediaHitTestTargetRefCon(
                     MediaHandler mh
                      long targetRefCon
                      long flags
                      Point loc
                      Boolean *wasHit );

Undocumented function; not publicly supported.

MediaPrePrerollBegin

ComponentResult MediaPrePrerollBegin(
                     MediaHandler mh
                      TimeValue time
                      Fixed rate
                      PrePrerollCompleteUPP completeProc
                      void *refcon );

Undocumented function; not publicly supported.

MediaPrePrerollCancel

ComponentResult MediaPrePrerollCancel(
                     MediaHandler mh
                      void *refcon );

Undocumented function; not publicly supported.

MediaQueueNonPrimarySourceData

ComponentResult MediaQueueNonPrimarySourceData(
                     MediaHandler mh
                      long inputIndex
                      long dataDescriptionSeed
                      Handle dataDescription
                      void *data
                      long dataSize
                      ICMCompletionProcRecordPtr asyncCompletionProc
                      const ICMFrameTimeRecord *frameTime
                      UniversalProcPtr transferProc
                      void *refCon );

Undocumented function; not publicly supported.

MediaResolveTargetRefCon

ComponentResult MediaResolveTargetRefCon(
                     MediaHandler mh
                      QTAtomContainer container
                      QTAtom atom
                      long *targetRefCon );

Undocumented function; not publicly supported.

MediaSampleDescriptionB2N

ComponentResult MediaSampleDescriptionB2N(
                     MediaHandler mh
                      SampleDescriptionHandle sampleDescriptionH );

Undocumented function; not publicly supported.

MediaSampleDescriptionN2B

ComponentResult MediaSampleDescriptionN2B(
                     MediaHandler mh
                      SampleDescriptionHandle sampleDescriptionH );

Undocumented function; not publicly supported.

MediaSetActionsCallback

ComponentResult MediaSetActionsCallback(
                     MediaHandler mh
                      ActionsUPP actionsCallbackProc
                      void *refcon );

Undocumented function; not publicly supported.

MediaSetDoMCActionCallback

ComponentResult MediaSetDoMCActionCallback(
                     MediaHandler mh
                      DoMCActionUPP doMCActionCallbackProc
                      void *refcon );

Undocumented function; not publicly supported.

MediaSetScreenLock

ComponentResult MediaSetScreenLock(
                     MediaHandler mh
                      Boolean lockIt );

Undocumented function; not publicly supported.

MediaSetSoundBalance

ComponentResult MediaSetSoundBalance(
                     MediaHandler mh
                      short balance );

Undocumented function; not publicly supported.

MediaSetSoundBassAndTreble

ComponentResult MediaSetSoundBassAndTreble(
                     MediaHandler mh
                      short bass
                      short treble );

Undocumented function; not publicly supported.

MediaSetSoundEqualizerBands

ComponentResult MediaSetSoundEqualizerBands(
                     MediaHandler mh
                      MediaEQSpectrumBandsRecordPtr spectrumInfo );

Undocumented function; not publicly supported.

MediaSetSoundLevelMeteringEnabled

ComponentResult MediaSetSoundLevelMeteringEnabled(
                     MediaHandler mh
                      Boolean enable );

Undocumented function; not publicly supported.

MediaSetSoundOutputComponent

ComponentResult MediaSetSoundOutputComponent(
                     MediaHandler mh
                      Component outputComponent );

Undocumented function; not publicly supported.

MediaTargetRefConsEqual

ComponentResult MediaTargetRefConsEqual(
                     MediaHandler mh
                      long firstRefCon
                      long secondRefCon
                      Boolean *equal );

Undocumented function; not publicly supported.

MediaTimeBaseChanged

ComponentResult MediaTimeBaseChanged( MediaHandler mh );

Undocumented function; not publicly supported.

MovieExecuteWiredActions

OSErr MovieExecuteWiredActions(
                     Movie theMovie
                      long flags
                      QTAtomContainer actions );

Undocumented function; not publicly supported.

MovieImportGetSampleDescription

ComponentResult MovieImportGetSampleDescription(
                     MovieImportComponent ci
                      SampleDescriptionHandle *desc
                      OSType *mediaType );

Undocumented function; not publicly supported.

MovieImportIdle

ComponentResult MovieImportIdle(
                     MovieImportComponent ci
                      long inFlags
                      long *outFlags );

Undocumented function; not publicly supported.

MovieSearchText

OSErr MovieSearchText(
                     Movie theMovie
                      Ptr text
                      long size
                      long searchFlags
                      Track *searchTrack
                      TimeValue *searchTime
                      long *searchOffset );

Undocumented function; not publicly supported.

MusicDerivedCloseResFile

ComponentResult MusicDerivedCloseResFile(
                     MusicComponent mc
                      short resRefNum );

Undocumented function; not publicly supported.

MusicDerivedMIDISend

ComponentResult MusicDerivedMIDISend(
                     MusicComponent mc
                      MusicMIDIPacket *packet );

Undocumented function; not publicly supported.

MusicDerivedOpenResFile

ComponentResult MusicDerivedOpenResFile( MusicComponent mc );

Undocumented function; not publicly supported.

MusicDerivedSetPartInstrumentNumber

ComponentResult MusicDerivedSetPartInstrumentNumber(
                     MusicComponent mc
                      long partNumber
                      GCPart *p );

Undocumented function; not publicly supported.

MusicDerivedStorePartInstrument

ComponentResult MusicDerivedStorePartInstrument(
                     MusicComponent mc
                      long partNumber
                      GCPart *p
                      long instrumentNumber );

Undocumented function; not publicly supported.

MusicGenericGetKnobList

ComponentResult MusicGenericGetKnobList(
                     MusicComponent mc
                      long knobType
                      GenericKnobDescriptionListHandle *gkdlH );

Undocumented function; not publicly supported.

MusicGenericGetPart

ComponentResult MusicGenericGetPart(
                     MusicComponent mc
                      long partNumber
                      GCPart **part );

Undocumented function; not publicly supported.

MusicGenericSetResourceNumbers

ComponentResult MusicGenericSetResourceNumbers(
                     MusicComponent mc
                      Handle resourceIDH );

Undocumented function; not publicly supported.

MusicGetDrumNames

ComponentResult MusicGetDrumNames(
                     MusicComponent mc
                      long modifiableInstruments
                      Handle *instrumentNumbers
                      Handle *instrumentNames );

Undocumented function; not publicly supported.

MusicGetInfoText

ComponentResult MusicGetInfoText(
                     MusicComponent mc
                      long selector
                      Handle *textH
                      Handle *styleH );

Undocumented function; not publicly supported.

MusicGetInstrumentNames

ComponentResult MusicGetInstrumentNames(
                     MusicComponent mc
                      long modifiableInstruments
                      Handle *instrumentNames
                      Handle *instrumentCategoryLasts
                      Handle *instrumentCategoryNames );

Undocumented function; not publicly supported.

MusicMediaGetIndexedTunePlayer

ComponentResult MusicMediaGetIndexedTunePlayer(
                     ComponentInstance ti
                      long sampleDescIndex
                      ComponentInstance *tp );

Undocumented function; not publicly supported.

MusicReceiveMIDI

ComponentResult MusicReceiveMIDI(
                     MusicComponent mc
                      MusicMIDIReadHookUPP readHook
                      long refCon );

Undocumented function; not publicly supported.

QTBandwidthRelease

OSErr QTBandwidthRelease(
                     QTBandwidthReference bwRef
                      long flags );

Undocumented function; not publicly supported.

QTBandwidthRequest

OSErr QTBandwidthRequest(
                     long priority
                      QTBandwidthNotificationUPP callback
                      const void *refcon
                      QTBandwidthReference *bwRef
                      long flags );

Undocumented function; not publicly supported.

QTDisposeTween

OSErr QTDisposeTween(
                     QTTweener tween );

Undocumented function; not publicly supported.

QTGetAtomParent

QTAtom QTGetAtomParent(
                     QTAtomContainer container
                      QTAtom childAtom );

Undocumented function; not publicly supported.

QTGetFileNameExtension

OSErr QTGetFileNameExtension(
                     ConstStrFileNameParam fileName
                      OSType fileType
                      OSType *extension );

Undocumented function; not publicly supported.

QTGetPixelSize

short QTGetPixelSize(
                     OSType PixelFormat );

Undocumented function; not publicly supported.

QTGetPixMapHandleRowBytes

long QTGetPixMapHandleRowBytes(
                     PixMapHandle pm );

Undocumented function; not publicly supported.

QTGetPixMapPtrRowBytes

long QTGetPixMapPtrRowBytes( PixMapPtr pm );

Undocumented function; not publicly supported.

QTNewAlias

OSErr QTNewAlias(
                     const FSSpec *fss
                      AliasHandle *alias
                      Boolean minimal );

Undocumented function; not publicly supported.

QTNewGWorld

OSErr QTNewGWorld(
                     GWorldPtr *offscreenGWorld
                      OSType PixelFormat
                      const Rect *boundsRect
                      CTabHandle cTable
                      GDHandle aGDevice
                      GWorldFlags flags );

Undocumented function; not publicly supported.

QTNewGWorldFromPtr

OSErr QTNewGWorldFromPtr(
                     GWorldPtr *gw
                      OSType pixelFormat
                      const Rect *boundsRect
                      CTabHandle cTable
                      GDHandle aGDevice
                      GWorldFlags flags
                      void *baseAddr
                      long rowBytes );

Undocumented function; not publicly supported.

QTNewTween

OSErr QTNewTween(
                     QTTweener *tween
                      QTAtomContainer container
                      QTAtom tweenAtom
                      TimeValue maxTime );

Undocumented function; not publicly supported.

QTSetPixMapHandleRowBytes

OSErr QTSetPixMapHandleRowBytes(
                     PixMapHandle pm
                      long rowBytes );

Undocumented function; not publicly supported.

QTSetPixMapPtrRowBytes

OSErr QTSetPixMapPtrRowBytes(
                     PixMapPtr pm
                      long rowBytes );

Undocumented function; not publicly supported.

QTTextToNativeText

OSErr QTTextToNativeText(
                     Handle theText
                      long encoding
                      long flags );

Undocumented function; not publicly supported.

QTUpdateGWorld

GWorldFlags QTUpdateGWorld(
                     GWorldPtr *offscreenGWorld
                      OSType PixelFormat
                      const Rect *boundsRect
                      CTabHandle cTable
                      GDHandle aGDevice
                      GWorldFlags flags );

Undocumented function; not publicly supported.

RemoveMovieExecuteWiredActionsProc

OSErr RemoveMovieExecuteWiredActionsProc(
                     Movie theMovie
                      MovieExecuteWiredActionsUPP proc
                      void *refCon );

Undocumented function; not publicly supported.

RemoveSoundDescriptionExtension

OSErr RemoveSoundDescriptionExtension(
                     SoundDescriptionHandle desc
                      OSType idType );

Undocumented function; not publicly supported.

ResolveComponentAlias

Component ResolveComponentAlias(
                     Component aComponent );

Undocumented function; not publicly supported.

SCGetCompressFlags

ComponentResult SCGetCompressFlags(
                     ComponentInstance ci
                      long *flags );

Undocumented function; not publicly supported.

SCGetCompressionExtended

ComponentResult SCGetCompressionExtended(
                     ComponentInstance ci
                      SCParams *params
                      Point where
                      SCModalFilterUPP filterProc
                      SCModalHookUPP hookProc
                      long refcon
                      StringPtr customName );

Undocumented function; not publicly supported.

SCGetSettingsAsText

ComponentResult SCGetSettingsAsText(
                     ComponentInstance ci
                      Handle *text );

Undocumented function; not publicly supported.

SCSetCompressFlags

ComponentResult SCSetCompressFlags(
                     ComponentInstance ci
                      long flags );

Undocumented function; not publicly supported.

SetMediaDataRefAttributes

OSErr SetMediaDataRefAttributes(
                     Media theMedia
                      short index
                      long dataRefAttributes );

Undocumented function; not publicly supported.

SetMovieDefaultDataRef

OSErr SetMovieDefaultDataRef(
                     Movie theMovie
                      Handle dataRef
                      OSType dataRefType );

Undocumented function; not publicly supported.

SetSoundVol

void SetSoundVol(
                     short level );

Undocumented function; not publicly supported.

SetSpriteWorldFlags

OSErr SetSpriteWorldFlags(
                     SpriteWorld spriteWorld
                      long flags
                      long flagsMask );

Undocumented function; not publicly supported.

SetSpriteWorldGraphicsMode

OSErr SetSpriteWorldGraphicsMode(
                     SpriteWorld theSpriteWorld
                      long mode
                      const RGBColor *opColor );

Undocumented function; not publicly supported.

SGChannelGetCodecSettings

ComponentResult SGChannelGetCodecSettings(
                     SGChannel c
                      Handle *settings );

Undocumented function; not publicly supported.

SGChannelPutPicture

ComponentResult SGChannelPutPicture(
                     SGChannel c );

Undocumented function; not publicly supported.

SGChannelSetCodecSettings

ComponentResult SGChannelSetCodecSettings(
                     SGChannel c
                      Handle settings );

Undocumented function; not publicly supported.

SGGetChannelTimeBase

ComponentResult SGGetChannelTimeBase(
                     SGChannel c
                      TimeBase *tb );

Undocumented function; not publicly supported.

SGGetInstrument

ComponentResult SGGetInstrument(
                     SGChannel c
                      ToneDescription *td );

Undocumented function; not publicly supported.

SGHandleUpdateEvent

ComponentResult SGHandleUpdateEvent(
                     SeqGrabComponent s
                      const EventRecord *event
                      Boolean *handled );

Undocumented function; not publicly supported.

SGPanelGetTitle

ComponentResult SGPanelGetTitle(
                     SeqGrabComponent s
                      Str255 title );

Undocumented function; not publicly supported.

SGPanelSetEventFilter

ComponentResult SGPanelSetEventFilter(
                     SeqGrabComponent s
                      SGModalFilterUPP proc
                      long refCon );

Undocumented function; not publicly supported.

SGSetInstrument

ComponentResult SGSetInstrument(
                     SGChannel c
                      ToneDescription *td );

Undocumented function; not publicly supported.

ShowMovieInformation

void ShowMovieInformation(
                     Movie theMovie
                      ModalFilterUPP filterProc
                      long refCon );

Undocumented function; not publicly supported.

SoundConverterGetInfo

OSErr SoundConverterGetInfo(
                     SoundConverter sc
                      OSType selector
                      void *infoPtr );

Undocumented function; not publicly supported.

SoundConverterSetInfo

OSErr SoundConverterSetInfo(
                     SoundConverter sc
                      OSType selector
                      void *infoPtr );

Undocumented function; not publicly supported.

SpriteMediaDisposeSprite

ComponentResult SpriteMediaDisposeSprite(
                     MediaHandler mh
                      QTAtomID spriteID );

Undocumented function; not publicly supported.

SpriteMediaGetActionVariableAsString

ComponentResult SpriteMediaGetActionVariableAsString(
                     MediaHandler mh
                      QTAtomID variableID
                      Handle *theCString );

Undocumented function; not publicly supported.

SpriteMediaGetSpriteActionsForQTEvent

ComponentResult SpriteMediaGetSpriteActionsForQTEvent(
                     MediaHandler mh
                      QTEventRecordPtr event
                      QTAtomID spriteID
                      QTAtomContainer *container
                      QTAtom *atom );

Undocumented function; not publicly supported.

SpriteMediaNewSprite

ComponentResult SpriteMediaNewSprite(
                     MediaHandler mh
                      QTRuntimeSpriteDescPtr newSpriteDesc );

Undocumented function; not publicly supported.

SpriteMediaSetActionVariableToString

ComponentResult SpriteMediaSetActionVariableToString(
                     MediaHandler mh
                      QTAtomID variableID
                      Ptr theCString );

Undocumented function; not publicly supported.

TextMediaDrawRaw

ComponentResult TextMediaDrawRaw(
                     MediaHandler mh
                      GWorldPtr gw
                      GDHandle gd
                      void *data
                      long dataSize
                      TextDescriptionHandle tdh );

Undocumented function; not publicly supported.

TextMediaRawIdle

ComponentResult TextMediaRawIdle(
                     MediaHandler mh
                      GWorldPtr gw
                      GDHandle gd
                      TimeValue sampleTime
                      long flagsIn
                      long *flagsOut );

Undocumented function; not publicly supported.

TextMediaRawSetup

ComponentResult TextMediaRawSetup(
                     MediaHandler mh
                      GWorldPtr gw
                      GDHandle gd
                      void *data
                      long dataSize
                      TextDescriptionHandle tdh
                      TimeValue sampleDuration );

Undocumented function; not publicly supported.

TextMediaSetTextProperty

ComponentResult TextMediaSetTextProperty(
                     MediaHandler mh
                      TimeValue atMediaTime
                      long propertyType
                      void *data
                      long dataSize );

Undocumented function; not publicly supported.

VDGetInputName

VideoDigitizerError VDGetInputName(
                     VideoDigitizerComponent ci
                      long videoInput
                      Str255 name );

Undocumented function; not publicly supported.

VDGetPreferredImageDimensions

VideoDigitizerError VDGetPreferredImageDimensions(
                     VideoDigitizerComponent ci
                      long *width
                      long *height );

Undocumented function; not publicly supported.

VDSetDestinationPort

VideoDigitizerError VDSetDestinationPort(
                     VideoDigitizerComponent ci
                      CGrafPtr destPort );

Undocumented function; not publicly supported.

VDSetPreferredImageDimensions

VideoDigitizerError VDSetPreferredImageDimensions(
                     VideoDigitizerComponent ci
                      long width
                      long height );

Undocumented function; not publicly supported.

VDUseSafeBuffers

VideoDigitizerError VDUseSafeBuffers(
                     VideoDigitizerComponent ci
                      Boolean useSafeBuffers );

Undocumented function; not publicly supported.

VideoMediaGetStallCount

ComponentResult VideoMediaGetStallCount(
                     MediaHandler mh
                      unsigned long *stalls );

Undocumented function; not publicly supported.

 


© 1999 Apple Computer, Inc.